home *** CD-ROM | disk | FTP | other *** search
- -- card: 70003 from stack: in
- -- bmap block id: 0
- -- flags: 0000
- -- background id: 2692
- -- name:
-
-
- -- part contents for background part 10
- ----- text -----
-
- if( the number's prefix contains "#l" or "#L" )
- make it a long flonum
- else if( the number has too large an absolute
- value to fit into a short flonum )
- make it a long flonum
- else if( the number's prefix contains #s or #S )
- make it a short flonum
- else if( the number contains a "/" )
- make it a long flonum
- else if( the number contains more digits than
- a short flonum can accurately express )
- make it a long flonum
- else
- make it a short flonum.
-
- -- part contents for background part 47
- ----- text -----
- 57